<p class="Paragraph"><help:paragraphinfo state="U" number="6" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">FileName:</span> Any numeric expression that contains the file number that was set by the Open statement for the respective file.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="7" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Expressionlist:</span> Variables or expressions that you want to enter in a file, separated by commas.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/>If the expression list is omitted, the <span class="T1">Write#</span> statement appends an empty line to the file.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>To add an expression list to a new or an existing file, the file must be opened in the <span class="T1"><text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>Output</span> or <span class="T1">Append</span> mode.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="10" xmlns:help="http://openoffice.org/2000/help"/>The <span class="T1">Write#</span> statement enters data that is enclosed by quotation marks and separated by commas into a file. You do not need to use delimiters in the list. The end of a file created with the <span class="T1">Write#</span> statement is indicated by a line end symbol.</p>
<p class="PropText"><help:paragraphinfo state="U" number="16" xmlns:help="http://openoffice.org/2000/help"/>open "C:\data.txt" for OutPut as iCount</p>